home *** CD-ROM | disk | FTP | other *** search
- ;---------------------------------------;
- ; ZAPCODE Printer Make File (PMF) ;
- ; for the Epson FX-86e/FX-800. ;
- ; ;
- ; (C) Copyright 1990 Robert L. Morton ;
- ; All Rights Reserved ;
- ;---------------------------------------;
-
- PRINTER = "Epson FX-86e/FX-800"
- RESET = 27,64
-
- NAME = "Line Feed"
- DESC = "Advance paper to the next line."
- CODES = 10
-
- NAME = "Form Feed"
- DESC = "Advance paper to the top of the"
- "next page."
- CODES = 12
-
- NAME = "Clear Printer Buffer"
- DESC = "Clear all data from printer"
- "buffer."
- CODES = 24
-
- NAME = "Cut Sheet Feeder ON"
- DESC = "Activate the cut sheet feeder."
- "If the cut sheet feeder is not"
- "installed, the printer will not"
- "feed the paper correctly."
- CODES = 27,25,52
-
- NAME = "Cut Sheet Feeder OFF"
- DESC = "Deactivate the cut sheet feeder."
-
- NAME = "Select NLQ Font"
- DESC = "Activate Near Letter Quality (NLQ)"
- "printing. Characters printed in NLQ"
- "are crisper and more like the"
- "characters produced by a type-"
- "writer."
- CODES = 27,120,1
-
- NAME = "Select NLQ Font Style"
- DESC = "Select the font used for near"
- "letter quality (NLQ) printing."
- CODES = 27,107,0
- "Please select NLQ font by entering"
- "one of the following decimal"
- "values:"
- " "
- "Value Font"
- "----- --------"
- " 0 Courier"
- " 1 Sans Serif"
- " 3 Prestige"
- " 4 Bold PS"
- " "
- "Example: Entering 3 selects the"
- "prestige font."
- 0
-
- NAME = "Select Draft Font"
- DESC = "Activate Draft Quality printing."
- "Use Draft for printing drafts and"
- "other documents that you want to"
- "print quickly."
- CODES = 27,120,0,0
-
- NAME = "Select 10 CPI (Pica)"
- DESC = "Activate 10 characters per inch"
- "(cpi) printing."
- CODES = 27,80
-
- NAME = "Select 12 CPI (Elite)"
- DESC = "Activate 12 characters per inch"
- "(cpi) printing."
- CODES = 27,77
-
- NAME = "Select 15 CPI (Micron)"
- DESC = "Activate 15 characters per inch"
- "(cpi) printing."
- CODES = 27,103
-
- NAME = "Compressed ON"
- DESC = "Activate 17 characters per inch"
- "(cpi) printing (compressed). If"
- "Elite is currently active,"
- "subsequent output is 20 cpi."
- CODES = 15
-
- NAME = "Compressed OFF"
- DESC = "Deactivate compressed print."
- CODES = 18
-
- NAME = "Double Width ON"
- DESC = "Activate double width print."
- "Characters are printed twice their"
- "normal width."
- CODES = 27,87,1
-
- NAME = "Double Width OFF"
- DESC = "Deactivate double width print."
- "Characters are printed their normal"
- "width."
- CODES = 27,87,0,0
-
- NAME = "Double Height ON"
- DESC = "Activate double height print."
- "Characters are printed twice their"
- "normal height."
- CODES = 27,119,1
-
- NAME = "Double Height OFF"
- DESC = "Deactivate double height print."
- "Characters are printed their normal"
- "height."
- CODES = 27,119,0,0
-
- NAME = "Emphasized ON"
- DESC = "Activate emphasized print."
- "Characters are printed twice. The"
- "second time, character is offset"
- "horizontally."
- CODES = 27,69
-
- NAME = "Emphasized OFF"
- DESC = "Deactivate emphasized print."
- CODES = 27,70
-
- NAME = "Enhanced ON"
- DESC = "Activate enhanced print."
- "Characters are printed twice. The"
- "second time, character is offset"
- "vertically."
- CODES = 27,71
-
- NAME = "Enhanced OFF"
- DESC = "Deactivate enhanced print."
- CODES = 27,72
-
- NAME = "Superscript ON"
- DESC = "Activate superscript print."
- "Characters are printed at an offset"
- "above the normal print line."
- CODES = 27,83,0,0
-
- NAME = "Subscript ON"
- DESC = "Activate subscript print."
- "Characters are printed at an offset"
- "below the normal print line."
- CODES = 27,83,1
-
- NAME = "Superscript/Subscript OFF"
- DESC = "Deactivate super/subscript print."
- CODES = 27,84
-
- NAME = "Italics ON"
- DESC = "Activate italics print. Characters"
- "are slanted to the right."
- CODES = 27,52
-
- NAME = "Italics OFF"
- DESC = "Deactivate italics print."
- CODES = 27,53
-
- NAME = "Underline ON"
- DESC = "Activate underline print."
- "Characters, including the space,"
- "are underscored."
- CODES = 27,45,1
-
- NAME = "Underline OFF"
- DESC = "Deactivate underline print."
- CODES = 27,45,0,0
-
- NAME = "Proportional Spacing ON"
- DESC = "Activate proportional spacing."
- "Spacing between letters is adjusted"
- "to compensate for the varying"
- "widths of individual characters."
- CODES = 27,112,1
-
- NAME = "Proportional Spacing OFF"
- DESC = "Deactivate proportional spacing."
- CODES = 27,112,0,0
-
- NAME = "Print Half Speed"
- DESC = "Print in half speed. Half speed is"
- "quieter than full speed."
- CODES = 27,115,1
-
- NAME = "Print Full Speed"
- DESC = "Print in full speed."
- CODES = 27,115,0,0
-
- NAME = "Print Unidirectional"
- DESC = "Print from left to right only."
- CODES = 27,85,1
-
- NAME = "Print Bidirectional"
- DESC = "Print from both left to right and"
- "right to left."
- CODES = 27,85,0,0
-
- NAME = "Paper-Out Sensor ON"
- DESC = "Activate paper-out sensor."
- "Printer will alarm when paper is"
- "out."
- CODES = 27,57
-
- NAME = "Paper-Out Sensor OFF"
- DESC = "Deactivate paper-out sensor."
- "Printer ignores paper-out condition"
- "and continues printing."
- CODES = 27,56
-
- NAME = "Print Suppress Mode ON"
- DESC = "Activate print suppress mode."
- "Printer will ignore all data sent"
- "to it."
- CODES = 19
-
- NAME = "Print Suppress Mode OFF"
- DESC = "Deactivate print suppress mode."
- CODES = 17
-
- NAME = "Set Character Spacing"
- DESC = "Set the amount of space to the"
- "right of each character."
- CODES = 27,32,0
- "Enter number of dots per inch (dpi)"
- "to space to the right of each"
- "character."
- " "
- "Range: 0 to 127 decimal."
- " "
- "Example: Entering 25 (decimal)"
- "would space 25 dpi to the right"
- "of each character."
- 0
-
- NAME = "Set Line Spacing 1/8"""
- DESC = "Set line spacing to 1/8 of an inch."
- CODES = 27,48
-
- NAME = "Set Line Spacing 7/72"""
- DESC = "Set line spacing to 7/72 of an"
- "inch."
- CODES = 27,49
-
- NAME = "Set Line Spacing 1/6"""
- DESC = "Set line spacing to 1/6 of an inch."
- CODES = 27,50
-
- NAME = "Set Line Spacing n/216"""
- DESC = "Set line spacing in any increment"
- "of 216ths of an inch."
- CODES = 27,51,0
- "Enter new line spacing in"
- "increments of 216ths of an inch."
- " "
- "Range: 0 to 255 decimal."
- " "
- "Example: Entering 108 (decimal)"
- "would set line spacing at 108/216""."
- 0
-
- NAME = "Set Form Length In Inches"
- DESC = "Set the current form length in"
- "inches."
- CODES = 27,67,0,0,0
- "Enter number of inches to set the"
- "current form length."
- " "
- "Range: 1 to 22 decimal."
- " "
- "Example: Entering 11 (decimal)"
- "would set the current form length"
- "to 11 inches."
- 0
-
- NAME = "Set Form Length In Lines"
- DESC = "Set the current form length in"
- "lines."
- CODES = 27,67,0
- "Enter number of lines to set the"
- "current form length."
- " "
- "Range: 1 to 127 decimal."
- " "
- "Example: Entering 68 (decimal)"
- "would set the current form length"
- "to 68 lines."
- 0
-
- NAME = "Perforation Skip ON"
- DESC = "Activate perforation skip. You will"
- "be prompted for the distance the"
- "printer should skip when the"
- "perforation is encountered."
- CODES = 27,78,0
- "Enter number of lines to skip when"
- "perforation is encountered."
- " "
- "Range: 1 to 127 decimal."
- " "
- "Example: Entering 18 (decimal)"
- "would cause printer to skip 18"
- "lines when perforation is"
- "encountered."
- 0
-
- NAME = "Perforation Skip OFF"
- DESC = "Deactivate perforation skip."
- CODES = 27,79
-
- NAME = "Set Left Margin"
- DESC = "Set the left margin."
- CODES = 27,108,0
- "Enter character column position in"
- "which to set the left margin."
- " "
- "Range: 0 to 254 decimal."
- " "
- "Example: Entering 15 (decimal)"
- "while printer is in 10 cpi, would"
- "set the left margin at 1 1/2""."
- 0
-
- NAME = "Set Right Margin"
- DESC = "Set the right margin."
- CODES = 27,81,0
- "Enter character column position in"
- "which to set the right margin."
- " "
- "Range: 1 to 255 decimal."
- " "
- "Example: Entering 80 (decimal)"
- "while printer is in 10 cpi, would"
- "set right margin at 8""."
- 0
-
- NAME = "Set Justification"
- DESC = "Set the type of text alignment to"
- "be used."
- CODES = 27,97,0
- "Enter one of the following to"
- "select type of justification:"
- " "
- "0 to justify left (default)."
- "1 to justify center."
- "2 to justify right."
- "3 to justify left & right."
- " "
- "The above values are in decimal."
- " "
- "Example: Entering 2 (decimal) would"
- "set justification to the right."
- 0
-
- NAME = "Select International Character Set"
- DESC = "Select the international character"
- "set (language) to be used during"
- "printing."
- CODES = 27,82,0
- "Please select character set to be"
- "used by entering one of the"
- "following decimal values:"
- " "
- "Value Character Set"
- "----- -------------"
- " 0 USA"
- " 1 France"
- " 2 Germany"
- " 3 England"
- " 4 Denmark I"
- " 5 Sweden"
- " 6 Italy"
- " 7 Spain I"
- " 8 Japan"
- " 9 Norway"
- " 10 Denmark II"
- " 11 Spain II"
- " 12 Latin America"
- " "
- "Example: Entering 2 selects the"
- "German character set."
- 0
-
- NAME = "Select Alternate Character Set"
- DESC = "Select an alternate character set"
- "to be used during printing."
- CODES = 27,116,0
- "Please select character set by"
- "entering one of the following"
- "decimal values:"
- " "
- "Value Character Set"
- "----- -------------"
- " 0 Italic"
- " 1 IBM Graphics"
- " "
- "Example: Entering 1 selects the"
- "IBM Graphics Character Set."
- 0
-
- NAME = "Select IBM Character Set I"
- DESC = "This command is operational only"
- "when IBM Graphics is selected with"
- "the ""Select Alternate Character"
- "Set"" command."
- CODES = 27,55
-
- NAME = "Select IBM Character Set II"
- DESC = "This command is operational only"
- "when IBM Graphics is selected with"
- "the ""Select Alternate Character"
- "Set"" command."
- CODES = 27,54
-
-